home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1466 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  903 b 

  1. Path: oxy.rust.net!usenet
  2. From: ebennett@rust.net
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Debugging C/C++ Programs Via Borland Debugger Utilities.
  5. Date: Thu, 11 Jan 1996 05:15:22 GMT
  6. Organization: Rust Net - High Speed Internet in Detroit  810-642-2276
  7. Message-ID: <4d1rpj$ski@oxy.rust.net>
  8. References: <4crssu$4uj@netaxs.com>
  9. NNTP-Posting-Host: liv-16.rust.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. rvaughn@pacsibm.org (RussellMania) wrote:
  13.  
  14. >Hello All,
  15.  
  16. >I am gaining some experience with Borland c/c++ and I can do some 
  17. >basic debugging with the step over/step through debug functions.
  18.  
  19. >These functions are fine, but I wonder if a function exists to step
  20. >through an program statement or expression on an operator by operator
  21. >basis (is this even possible?)
  22.  
  23. >TIA
  24.  
  25. You would have to go the the CPU display screen and step through the
  26. code at the Assembly language level to do this.
  27.  
  28. Earl Bennett
  29.  
  30.  
  31.